html {font-family:Arial,Helvetica,Verdana,'Microsoft YaHei';}
body{font-size:12px;margin:0;padding:0;position:relative;overflow-x: hidden;line-height: 1;}
ul,ol{margin:0;padding:0;list-style: none;}
a {color:inherit;text-decoration:none!important;outline: none;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;-o-transition: all 0.5s;}
a:hover {color:inherit;}
img {background:none;}
.center {margin:0 auto;}
.relative {position:relative;}
.pro-n-n img {margin:5px auto;display:block;max-width:100%!important;}
@media(min-width:992px) {
	body {font-size:14px;}
}
@media(min-width:1200px) {
	body {font-size:16px;}
}
@media(min-width:1240px) {
	.container {width:1200px;max-width:1200px;margin:0 auto;}
}

/*图片比例控制*/
.imgbox {width:100%;overflow:hidden;position:relative;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:.36s all;}
.imgbox img:hover {transform:translate(-50%,-50%) scale(1.1);transition:.36s all;}

/*手机主导航*/
.header .side-open {opacity: 0;width:40px;height:30px;position:fixed;right:20px;top:15px;cursor:pointer;z-index:9999;transition:.2s .1s;-moz-transition:.2s .1s;-ms-transition:.2s .1s;-o-transition:.2s .1s;-webkit-transition:.2s .1s;transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-moz-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-ms-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-o-transition:0.4s cubic-bezier(0.215,0.61,0.355,1);-webkit-transition:0.4s cubic-bezier(0.215,0.61,0.355,1)}
.header .side-open hr {height:4px;background:#494441;display:block;margin:0;padding:0;border:none;position:absolute;transition:.5s .3s;-moz-transition:.5s .3s;-ms-transition:.5s .3s;-o-transition:.5s .3s;-webkit-transition:.5s .3s}
.header .side-open hr:nth-child(1) {width:100%;top:0;right:0}
.header .side-open hr:nth-child(2) {width:40%;top:50%;left:0;margin-top:-2px;opacity:1}
.header .side-open hr:nth-child(3) {width:40%;top:50%;right:0;margin-top:-2px;opacity:1}
.header .side-open hr:nth-child(4) {width:100%;bottom:0;right:0}

.header.open .side-open {right:325px;opacity: 1;}
.header.open .side-open hr {background:#fff!important;}
.header.open .side-open hr:nth-child(1) {width:100%;top:50%;margin-top:-2px;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center}
.header.open .side-open hr:nth-child(2) {opacity:0;left:-50%}
.header.open .side-open hr:nth-child(3) {opacity:0;right:-50%}
.header.open .side-open hr:nth-child(4) {width:100%;bottom:50%;margin-bottom:-2px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center}
@media (min-width:768px){
	.header.open .side-open {right:680px}
}

.menu-btn {font-size:26px;}
.m_panel {background:rgba(0,0,0,0.7);display:none;position:fixed;height:100%;width:100%;z-index:999;right:0;top:0;}
#m_menu {width:0;height:100%;background-color:#fff;float:right;}
#m_menu li {width:100%;white-space: nowrap;}
#m_menu li a {white-space:nowrap;padding-left:30px;line-height:45px;font-size:18px;color:#000;width:100%;display:block;}
#m_menu li a i {margin-right:15px;font-size:12px;}
#m_menu li a:hover {background:#00612e;color:#fff;}
#m_menu li.active a{background:#00612e;color:#fff;}
#m_menu li:first-child,#m_menu li:last-child {height:100px;width:100%;background-color:#fff;overflow: hidden;}
#m_menu li:last-child b {display:block;line-height:40px;text-align: center;font-size:22px;}
#m_menu li:first-child a {padding:0;}
.menu-logo {font-size:32px;text-align:center;font-weight:bold;height:100px;display:flex;align-items: center;}
.menu-logo img {vertical-align: middle;max-width: 80%;max-height:80%;margin-top:20px;}
/*手机主导航*/

.top-bar {color:#888888;border-bottom:1px solid #eee;line-height:40px;}
.logo {display:flex;align-items: center;}
.logo img {margin-right:10px;}
.logo .t1 {color:#000;font-size:20px;font-weight:bold;margin-top:5px;}
.logo .t2 {color:#666666;margin-top:5px;}
.menu-panel {background:#00612e;color:#fff;}
.menu {display:flex;flex-wrap:wrap;}
.menu li {text-align:center;flex-basis:25%;line-height: 35px;}
.menu li a {display:block;}
.menu li.active {background:#85b441;}
@media(max-width:767px) {
	.header {padding:10px 0;}
	.logo img {height:45px;}
}
@media (min-width:992px){
	.header {padding:15px 0;}
	.top-tel {line-height:30px;float:right;}
	.top-tel .t3 {color:#85b441;font-size:28px;font-weight:bold;display: flex;align-items: center;}
	.logo .t1 {font-size:28px;}
	.menu {background:unset;flex-wrap:nowrap;}
	.menu li {flex:1;line-height:45px;}
	.menu li:hover {background:#85b441;}
}
@media(min-width:1200px) {
	.header {padding:20px 0;}
	.top-bar {font-size:14px;}
	.logo img {margin-right:20px;}
	.logo .t1 {font-size:32px;}
	.logo .t2 {font-size:14px;margin-top:12px;}
	.top-tel .t3 {font-size:28px;}
	.menu li {line-height:60px;}
}
@media(min-width:1601px) {
	.header {padding:25px 0;}
	.logo .t1 {font-size:35px;}
	.top-tel .t3 {font-size:31px;}
	.menu li {line-height:68px;}
}

/*内页大图样式*/
.inbanner {width:100%;overflow:hidden;position:relative;}
.inbanner img {min-width:768px;width:768px;position:relative;left:50%;transform:translateX(-50%);}
@media(min-width:768px) {
  .inbanner img {min-width:992px;width:992px;}
}
@media(min-width:992px) {
  .inbanner img {min-width:1200px;width:1200px;}
}
@media(min-width:1200px) {
  .inbanner img {min-width:unset;width:unset;}
}
@media(min-width:1601px) {
}

.index01 {padding:25px 0;}
.index01 .title {position:relative;padding:15px;}
.index01 .t1 {color:#333;font-size:22px;font-weight:bold;background: url(../Image/in01_tit_bg.png) no-repeat right 20% center;background-size:auto 80%;}
.index01 .t2 {color:#00612e;font-size:16px;margin-top:10px;}
.index01 .s1 {color:#666666;text-align: justify;line-height: 22px;padding-top:20px;margin-top:15px;border-top:5px solid #eee;}
.index01 .typebar {margin-top:25px;display:flex;white-space: nowrap;}
.index01 .typebar a {color:#fff;background:#00612e;line-height:35px;padding:0 15px;margin-right: 10px;border-radius: 5px;}
.index01 .content {margin-top:15px;}
.index01 .swiper-slide {margin-bottom:15px;}
.index01 .c1 {color:#333;margin-top:10px;text-align:center;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
@media (min-width:768px){
}
@media(max-width:991px) {
	.index01 .t1 {background-position:right 0% center;}
	.index01 .s1 {border-top:0;padding-top:0;margin-top:0;}
	.index01 .typebar {overflow-x: scroll;}
}
@media (min-width:992px){
	.index01 {padding:40px 0 30px;}
	.index01 .t1 {font-size:50px;background-size:unset;}
	.index01 .t2 {font-size:18px;}
	.index01 .s1 {padding:25px 0 0;line-height: 24px;}
	.index01 .typebar {justify-content: space-between;}
	.index01 .typebar a {font-size:20px;flex:1;line-height: 80px;text-align:center;}
	.index01 .typebar a:hover {background:#85b441;cursor: pointer;}
	.index01 .swiper-slide {margin-bottom:25px;}
}
@media(min-width:1200px) {
	.index01 {padding:50px 0 40px;}
	.index01 .t2 {font-size:22px;margin-top:15px;}
	.index01 .s1 {line-height: 26px;}
	.index01 .content {margin-top:20px;}
	.index01 .swiper-slide {margin-bottom:30px;}
	.index01 .c1 {margin-top:15px;}
}
@media(min-width:1601px) {
	.index01 {padding:60px 0 45px;}
	.index01 .t2 {font-size:26px;margin-top:20px;}
	.index01 .content {margin-top:25px;}
	.index01 .swiper-slide {margin-bottom:35px;}
	.index01 .s1 {line-height: 28px;}
}

.index02 {padding:30px 0 20px;background:#f6f6f6;}
.index02 .title {position:relative;text-align:center;}
.index02 .t1 {color:#333;font-size:22px;font-weight:bold;}
.index02 .t2 {color:#00612e;font-size:14px;margin-top:15px;}
.index02 .more {color:#666666;}
.index02 .content {margin-top:15px;}
.index02 .content:after {content:'';display:block;clear:both;}
.index02 .slide {margin-bottom:20px;}
.index02 .c1 {font-size:16px;font-weight:700;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.index02 .c2 {color:#666;line-height:22px;margin-top:10px;}
.index02 .centerbox img {width:70%;margin:0 auto;}
.index02 .leftbox .slide:nth-child(1) .c1 {color:#f49c00;}
.index02 .leftbox .slide:nth-child(2) .c1 {color:#ff7800;}
.index02 .rightbox .slide:nth-child(1) .c1 {color:#85b441;}
.index02 .rightbox .slide:nth-child(2) .c1 {color:#7188d6;}
@media (min-width:768px){
	.index02 .t1 {font-size:30px;background-size:unset;}
	.index02 .slide {padding:10px;padding-left:70px;}
	.index02 .centerbox {position:absolute;left:50%;transform:translateX(-50%);padding-top:30px;}
	.index02 .rightbox .slide {padding-left:150px;}
	.index02 .c1 {font-size:17px;}
	.index02 .c2 {text-align: left;}
}
@media (min-width:992px){
	.index02 {padding:45px 0 25px;}
	.index02 .title {margin-bottom:30px;text-align:center;}
	.index02 .t1 {font-size:36px;}
	.index02 .t2 {font-size:18px;margin-top:20px;}
	.index02 .content {margin-top:15px;}
	.index02 .centerbox {position:unset;transform:unset;}
	.index02 .centerbox img {width:unset;}
	.index02 .slide {padding:0px;padding-right:30px;padding-top:20px;margin-bottom:35px;}
	.index02 .rightbox .slide {padding-left:30px;padding-right:0;}
	.index02 .c1 {font-size:18px;}
	.index02 .c2 {margin-top:10px;}
}
@media (min-width:1200px){
	.index02 {padding:55px 0 25px;}
	.index02 .t1 {font-size:42px;}
	.index02 .t2 {font-size:22px;margin-top:25px;}
	.index02 .centerbox {padding-top:30px;}
	.index02 .slide {margin-bottom:55px;}
	.index02 .c1 {font-size:19px;}
	.index02 .c2 {margin-top:15px;line-height: 26px;}
}
@media(min-width:1601px){
	.index02 {padding:65px 0 30px;}
	.index02 .t1 {font-size:50px;}
	.index02 .t2 {font-size:26px;margin-top:30px;}
	.index02 .slide {margin-bottom:70px;}
	.index02 .c1 {font-size:20px;}
	.index02 .c2 {line-height: 28px;}
}

.index03 {padding-top:20px;}
.index03 .title {position:relative;padding:15px;display:flex;justify-content: space-between;align-items: center;}
.index03 .t1 {font-size:22px;font-weight: bold;}
.index03 .more {color:#666666;}
.index03 .leftbox .content {padding:5px;background:#00612e;}
.index03 .leftbox .content:after {content:'';display:block;clear:both;}
.index03 .mapbox {color:#fff;line-height:30px;}
.index03 .mapbox img {margin-bottom:15px;}
.index03 .rightbox .content {padding:0 15px;}
.index03 .slide {margin-bottom:10px;background:#efefef;padding:22px 15px;display:flex;align-items: center;justify-content: space-between;}
.index03 .slide:hover .c1 {color:#00612e;font-weight: bold;}
.index03 .txtbox {max-width:80%;}
.index03 .c1 {color:#666;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.index03 .c2 {color:#999;margin-top:10px;white-space: nowrap;text-overflow: ellipsis;overflow:hidden;}
.index03 .c3 {color:#c4c4c4;text-align:right;white-space: nowrap;}
@media (min-width:768px){
	.index03 .rightbox .title {padding-left:15px;}
}
@media (min-width:992px){
	.index03 {padding-top:35px;}
	.index03 .container {padding:0;}
	.index03 .t1 {font-size:24px;}
	.index03 .slide {padding:22px 30px;}
	.index03 .c3 {padding-right:20px;}
}
@media (min-width:1200px){
	.index03 {padding-top:40px;}
	.index03 .t1 {font-size:27px;}
	.index03 .leftbox .content {padding:20px;}
	.index03 .mapbox {font-size:16px;}
	.index03 .mapbox #dituContent {margin-bottom:10px;}
	.index03 .more {font-size:14px;}
	.index03 .c2 {font-size:14px;}
	.index03 .c3 {font-size:14px;}
}
@media(min-width:1601px) {
	.index03 {padding-top:45px;}
	.index03 .t1 {font-size:30px;}
}

.index04 {padding-top:20px;}
.index04 .title {position:relative;padding:15px;display:flex;justify-content: space-between;align-items: center;}
.index04 .t1 {font-size:22px;font-weight:bold;}
.index04 .more {color:#666666;}
.index04 .c1 {color:#666;text-align:center;margin-top:10px;}
@media(min-width:992px) {
	.index04 {padding-top:30px;}
	.index04 .title {padding-left:0;padding-right:0;}
	.index04 .t1 {font-size:24px;}
}
@media(min-width:1200px) {
	.index04 {padding-top:40px;}
	.index04 .t1 {font-size:27px;}
	.index04 .more {font-size:14px;}
	.index04 .c1 {font-size:14px;margin-top:15px;}
}
@media(min-width:1601px) {
	.index04 {padding-top:50px;}
	.index04 .t1 {font-size:30px;}
}

.gy {padding-top:25px;}
.gy .title {padding-bottom:15px;}
.gy .t1 {color:#333333;font-size:22px;font-weight: bold;}
.gy .t2 {color:#00612e;font-size:16px;margin-top:10px;}
.gy .slide {padding:20px 15px;border:1px solid #ccdfd5;margin-bottom:10px;}
.gy .txtbox {padding-right:20px;}
.gy .c1 {color:#4e5350;font-size:16px;font-weight:bold;}
.gy .c2 {color:#4e5350;line-height: 22px;margin-top:10px;}
.gy .c3 {color:#fff;background:#00612e;width:125px;line-height:35px;margin-top:15px;display:block;text-align:center;}
@media(min-width:768px) {

}
@media(min-width:992px) {
	.gy {padding-top:35px;}
	.gy .title {padding-bottom:25px;display:flex;justify-content: space-between;align-items: flex-end;}
	.gy .t1 {font-size:36px;}
	.gy .t2 {font-size:18px;margin-top:0;}
	.gy .slide {display:flex;align-items: center;}
	.gy .txtbox {padding-right:40px;}
	.gy .c1 {font-size:20px;}
	.gy .c2 {line-height: 26px;margin-top:20px;}
	.gy .c3 {margin-top:25px;width:185px;line-height:40px;}
	.gy .slide {margin-bottom:15px;padding:30px 30px 20px;}
}
@media(min-width:1200px) {
	.gy {padding-top:45px;}
	.gy .title {padding-bottom:35px;}
	.gy .t1 {font-size:42px;}
	.gy .t2 {font-size:22px;}
	.gy .txtbox {padding-right:70px;}
	.gy .c1 {font-size:22px;}
	.gy .c2 {line-height: 32px;margin-top:30px;}
	.gy .c3 {margin-top:35px;}
	.gy .slide {padding:40px 45px 30px;}
}
@media(min-width:1601px) {
	.gy {padding-top:60px;}
	.gy .title {padding-bottom:45px;}
	.gy .t1 {font-size:50px;}
	.gy .t2 {font-size:26px;}
	.gy .txtbox {padding-right:100px;}
	.gy .c1 {font-size:26px;}
	.gy .c2 {line-height: 36px;margin-top:40px;}
	.gy .c3 {margin-top:45px;}
	.gy .slide {margin-bottom:18px;padding:55px 60px 45px;}
}

.footer {background:#00612e;color:rgba(255,255,255,1);margin-top:30px;}
.f-menu:after{content:'';display:block;clear:both;}
.f-menu a {display:block;float:left;width:25%;line-height: 45px;text-align: center;}
.f-contact {line-height: 32px;padding-top:20px;}
.f-logo {margin-top:20px;width:120px;}
@media (min-width:768px){
	.f-menu {text-align: justify;}
	.f-menu a {width:12.5%;line-height: 100px;}
}
@media (min-width:992px){
	.footer {padding-bottom:55px;margin-top:50px;}
	.footer a:hover {background:#00612e;}
	.f-contact {padding-top:20px;line-height: 34px;}
	.f-logo {position:absolute;top:0;right:0;}
}
@media(min-width:1200px) {
	.footer {font-size:16px;}
	.f-contact {font-size:14px;}
}
/**************************************************/

/*底部导航*/
.page-margin {height:70px;}
#page-footer ul li {width:25%;}
.page-footer {z-index:998;background-color: #000;position: fixed;bottom: 0;left:0;width: 100%;margin:0;}
.page-footer li {float:left;height:70px;line-height:50px;text-align: center;padding:10px 0;}
.page-footer li a {width:100%;height:100%;text-align:center;color:#fff;}
.page-footer li:hover {background:#555;}
.page-footer li a i{font-size: 24px;color: #fff;display: block;margin-bottom: -10px;}
#page-footer.five ul li {width:20%!important;}
.top {line-height:50px;font-size: 36px;color: #fff;}
.top_li {display:none;}
.five .top_li {display:block;}
/*底部导航*/

.big {font-size:22px;font-weight: bold;}
.page_tag {position:absolute;left:50%;bottom:4%;color:#000;text-align:center;transform: translateX(-50%);}
.page_title {border-bottom:1px solid #eee;width:100%;background:#fff;line-height: 35px;}
.page_title:after {content:'';display:block;clear:both;}
.page_des {color:#666;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;display: block;}
.pro-type {margin-bottom: 25px;font-size:13px;}
.pro-type:after {content:'';display:block;clear:both;}
.pro-type li {color:#fff;background:#535353;margin:0 5px 5px 0;padding:0 10px;line-height:35px;float:left;cursor: pointer;}
@media (min-width:768px){
	.page-title {padding:20px 35px;}
}
@media(min-width:1200px) {
	.page_title {margin-top:22px;line-height: 50px;}
	.page_des {font-size:14px;float:right;}
}
@media (min-width:1440px){
	.pro-type {position:absolute;left:-120px;top:50%;transform:translateY(-50%);}
	.pro-type li {width:60px;height:60px;display:block;vertical-align: middle;padding:10px 15px;margin:0;margin-bottom:2px;}
	.pro-type li:hover {background:#00612e;}
}

.page_main {position:relative;margin-top: 10px;}
.page_main iframe {max-width:100%;}
.page_content {width:100%;line-height:30px;font-size:16px;padding:20px 0;background: #fff;border-radius: 5px;overflow:hidden;margin-top:10px;}
.page_content img {display:block;margin:5px auto;max-width:100%!important;}
.page_content table {width:100%!important;}
.page_contact ul li {text-align:left;padding: 15px;background: #fff;margin: 0 0 10px 0;font-size: 1.7rem;font-weight: bold;}
.page_contact ul li i {background-color:#121a27;width:40px;height:40px;line-height:40px;color:#fff;border-radius:50%;margin-right: 15px;text-align: center;}
.page_info {padding-left:20px;padding-right:20px;}
.product_tel {font-size:3rem;color:#121a27;text-align:right;text-overflow: ellipsis;white-space: nowrap;}
.msg_content {height:305px!important;}
.info_img {padding-bottom:20px;}
.info_con {background-color: #121a27;padding: 10px;color: #fff;font-weight: bold;}
.info-small {font-size: 12px;color: #aaa;text-align:center;padding-bottom:30px;}
.info-back {    margin: 20px 0;}
.info-back a {border-radius: 15px;text-align:center;overflow:hidden;background:#888;color:#fff;padding:5px 20px;}
.share_to {margin-top:20px;}
.share_to li{display: inline-block;line-height: 30px;}
.share_to li a {font-size:22px;background:#1493d0;display: inline-block;vertical-align: middle;margin: 0 10px 0 0;color: #FFF;border-radius: 50%;text-align: center;line-height: 30px;width: 30px;height: 30px;overflow: hidden;}
.share_to li:nth-child(2n) a {background:#f40;}
.share_to li:last-child a {background:#3dc464;}
.bd_weixin_popup_foot:after {content:'　';display:block;clear:both;}/*消除微信分享底部超出*/
.page-number {margin-bottom: 30px;}

.news_list li {margin-bottom:10px;border: 1px solid #eee;transition: all 0.3s;overflow:hidden;}
.news_list li a {display:block;}
.news_list li:hover .t1{color:#121a27;}
.news_list_txt {position:relative;overflow: hidden;}
.news_list_txt .t1 {font-size: 15px;line-height: 20px;height:20px;overflow:hidden;margin-top:20px;width: 100%;color: #000;}
.news_list_txt .t2 {color: #666;height: 44px;line-height: 22px;margin-top:10px;overflow: hidden;}
.news_list_txt .t3 {color:#999;margin-top:7px;}
.news_list li:hover .t1 {color: #00612e;}
.news_list li:hover i:before,.news_list li:hover i:after {visibility: visible; width:100%;height:100%;}
.news_list i:before {content: '';display: block;visibility: hidden;width: 0;height: 0;border-top: 3px solid;border-left: 3px solid;border-color: #00612e;position: absolute;left: 0px;top: 0px;transition: ease .65s;}
.news_list i:after {content: '';display: block;visibility: hidden;width: 0;height: 0;border-bottom: 3px solid;border-right: 3px solid;border-color: #00612e;position: absolute;right: 0px;bottom: 0px;transition: ease .65s;}
@media(min-width:992px) {
	.news_list_txt .t1 {font-size:16px;}
}
@media(min-width:1200px) {
	.news_list_txt .t1 {font-size:18px;}
	.news_list_txt .t2 {font-size:14px;margin-top:15px;}
	.news_list_txt .t3 {font-size:14px;margin-top:10px;}
}
@media(min-width:1601px) {
	.news_list_txt .t1 {font-size:20px;}
}

.product_list li {overflow: hidden;transition:.2s all;margin-bottom: 10px;}
.product_list_tit {transition:0.4s all;padding: 5px;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.sy {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;background: url(../Image/sy.png) center no-repeat;background-size: 100%;z-index: 99;}
@media (min-width:992px){
	.product_list li {margin-bottom:15px;}
}
@media (min-width:1200px){
	.product_list li {margin-bottom:20px;}
  .product_list li:hover .product_list_tit {color: #fff;background:#00612e;opacity:1;transition:0.4s all;}
  .page-number a {position: relative;padding: 6px;color: #000;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
  .current {z-index: 3;color: #fff;cursor: default;background-color:#00612e;border: 1px solid #00612e;padding: 6px 11px;}
}